DioDocs for PDF
LoadFonts(Byte[],Boolean) メソッド

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Text 名前空間 > FontCollection クラス > LoadFonts メソッド : LoadFonts(Byte[],Boolean) メソッド
The byte array with the font data.
Specifies if all the registered fonts should be added to the fallback font collection.
Loads all fonts from a specified byte array into the collection.

Use the RegisterFont method if there is a font file.

シンタックス
'宣言
 
Public Overloads Function LoadFonts( _
   ByVal fontData() As System.Byte, _
   Optional ByVal addToFallbacks As System.Boolean _
) As System.Integer
public System.int LoadFonts( 
   System.byte[] fontData,
   System.bool addToFallbacks
)

パラメータ

fontData
The byte array with the font data.
addToFallbacks
Specifies if all the registered fonts should be added to the fallback font collection.

戻り値の型

The number of loaded fonts.
参照

FontCollection クラス
FontCollection メンバ
オーバーロード一覧